home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / monthw.dir / 00062.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  385 b   |  20 lines

  1. on mouseDown
  2.   repeat while stillDown()
  3.     if rollOver(clickOn()) then
  4.       set the castNum of sprite clickOn() to 36
  5.     else
  6.       set the castNum of sprite clickOn() to 35
  7.     end if
  8.     updateStage()
  9.   end repeat
  10.   set the castNum of sprite clickOn() to 35
  11.   updateStage()
  12. end
  13.  
  14. on mouseUp
  15.   global mkname, dname
  16.   set dname to "MONTHW"
  17.   set mkname to "M3"
  18.   go(1, "PANICW")
  19. end
  20.